home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
comms
/
other
/
amicomsys
/
rexx
/
messagearexx.amicomsys
< prev
next >
Wrap
Text File
|
1999-06-14
|
533b
|
17 lines
/* MessageArexx.amicomsys example
** You parse the arguments which AmiComSys send to
** this script in the following way:
user=username
name=realname
text=the message text
act= MSG, CHAT or WEB.
*/
PARSE ARG user '\0' name '\0' text '\0' act
Say "Your are now testing the MessageArexx feature"
Say "Go to the Misc-settings, and uncheck the box to disable this feature."
Say "By unchecking the Replace ACS'requester checkbox this script could replace the requesters."
Say "User:" user
Say "Name:" name
Say "Text:" text
Say "Act:" act